CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法 例子

搜索资源列表

  1. 遗传算法的一个例子

    1下载:
  2. 本程序是使用一种遗传算法解决m个工件分配给m架机床的效益最优化问题,-this program is to use a genetic algorithm to solve m m allocated to the workpiece-machine efficiency optimization,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19120
    • 提供者:阳光灿烂
  1. 神经网络遗传算法代码

    0下载:
  2. 神经网络遗传算法的一个简单例子代码,开发神经网络遗传算法的第一步-neural network genetic algorithm code a simple example, the development of neural network genetic algorithm first step
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4216
    • 提供者:oewilliam
  1. Genetic_algorithm

    0下载:
  2. c#写的遗传算法的例子,有注释,很好很强大!-c# genetic algorithm written in the example, there are notes, very good very strong!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:82551
    • 提供者:哈哈
  1. lithos

    0下载:
  2. 一遗传算法的例子源程序-Example of a genetic algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-22
    • 文件大小:43179
    • 提供者:站长
  1. GA

    0下载:
  2. 文件中包含某老师关于智能优化计算课程中的遗传算法部分的讲义,其中包含详细的例子及源代码。-File contains a calculation of the teachers on the intelligent optimization of the genetic algorithm curriculum part of the lecture, which includes detailed examples and source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1154407
    • 提供者:周钟
  1. adapativeGA

    0下载:
  2. 一个较好的自适应遗传算法,求解速度快,可移植性好,图形显示,并有例子可供操作。-A better self-adaptive genetic algorithm for solving speed, portability, and graphical display, and have examples for the operation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:147677
    • 提供者:赵辉
  1. AI

    0下载:
  2. 6中AI算法,包括路径规划与移动技术、有限状态机,脚本技术,群聚技术,遗传算法,神经网络,每个算法中都有例子程序。-6 AI algorithms, including path planning and mobile technology, finite state machines, scr ipting technologies, clustering techniques, genetic algorithms, neural networks, each algorithm, ther
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2952911
    • 提供者:北平
  1. gann

    0下载:
  2. zh这是一个用遗传算法优化神经网络的例子-zh is a genetic algorithm with neural network examples
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:6644
    • 提供者:rkchang
  1. SGA3

    0下载:
  2. 本代码是一个自适应优化遗传算法的例子,读者可以结合王小平写的书来学习,已经实现了,测试过,可以通过编译计算结果-This code is an adaptive genetic algorithm optimization example, readers can be combined Wang Xiaoping wrote the book to learn, has become a reality, testing, and results can be compiled
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:314300
    • 提供者:张一
  1. Best

    0下载:
  2. java遗传算法程序,采用标准遗传算法求解函数的一个例子。-java genetic algorithm process, the use of standard genetic algorithm function of a case in point.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2394
    • 提供者:赵娴
  1. 2

    0下载:
  2. 两个基本遗传算法的例子,给大家一个参考吧-Two examples of the basic genetic algorithm, a reference to everyone you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1175
    • 提供者:hejizhu
  1. matlab_toolbox_GA

    0下载:
  2. matlab遗传算法工具箱,包括所有的m文件,还有例子,丰富,实用,扩展性强,欢迎大家下载。-matlab genetic algorithm toolbox, including all m-files, as well as examples of rich, practical, scalable strong, welcome to download.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:437441
    • 提供者:zhangying
  1. GA_fitting

    0下载:
  2. 此代码是本人写的用遗传算法拟合MIMO系统TF模型参数,通过例子说明算法的有效性。-This code is written, I fit MIMO systems using genetic algorithms TF model parameters, through the examples of the algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2661
    • 提供者:Liu Hongbin
  1. GA

    2下载:
  2. 遗传算法在求解多约束条件下的组合优化问题有独特优势,本代码是关于用遗传算法解决智能组卷问题的好例子。-Of genetic algorithm in solving the multi-constrained optimization problem under the condition of a unique combination of advantages, this code is on the use of genetic algorithm to solve the problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-03-01
    • 文件大小:19449034
    • 提供者:keka
  1. MCMProjects

    1下载:
  2. 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1355522
    • 提供者:一招鲜
  1. 终板 matlab程序

    0下载:
  2. 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!(GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:89088
    • 提供者:Cookie_upc
  1. gatbx-example

    0下载:
  2. 谢菲尔德大学遗传算法例子,关于遗传算法的(University of Sheffield genetic algorithm example)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-27
    • 文件大小:46080
    • 提供者:w0
  1. 遗传算法

    0下载:
  2. 几个遗传算法例子的matlab实现《MATLAB遗传算法工具箱及应用》(Some examples of matlab codes for genetic algorithms <Matlab genetic algorithms tools and applicaitons>)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:46080
    • 提供者:swimhua
  1. 第14章 遗传优化算法

    0下载:
  2. 本资料包括很多遗传算法的资料以及例子,内容丰富值得下载。(This data includes a lot of data and examples of genetic algorithms that are well worth downloading)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:6144
    • 提供者:My_sun1
  1. GA Algorithms

    0下载:
  2. 利用遗传算法求极值,简单介绍遗传算法的操作流程,更准确的了解遗传算法(Using Genetic Algorithm to Calculate Extrema, Briefly Introduce the Operational Process of Genetic Algorithm, and Know the Genetic Algorithm More Accurately)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:123SHINE
« 1 23 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com